Allow reads of waypoints in GUI from MTK logger.
authorrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 21 Sep 2014 22:47:09 +0000 (22:47 +0000)
committerrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 21 Sep 2014 22:47:09 +0000 (22:47 +0000)
gpsbabel/mtk_logger.cc

index 2d144cecc574a3b45c359f10d51ba1c8445a8a2a..322cb7e3e8ebe690a92829ab9ddf3740c43c12b5 100644 (file)
@@ -1608,11 +1608,12 @@ static void file_read(void)
 
 /**************************************************************************/
 // GPS logger will only handle tracks - neither waypoints or tracks...
+// Actually, some of the Holux devices will read waypoints.
 
 ff_vecs_t mtk_vecs = {
   ff_type_serial,
   {
-    ff_cap_none        /* waypoints */,
+    ff_cap_read        /* waypoints */,
     ff_cap_read        /* tracks */,
     ff_cap_none        /* routes */
   },